Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/aws: Add the enable_sni attribute for Route53 health checks. #9822

Merged
merged 2 commits into from
Nov 3, 2016

Conversation

paddycarver
Copy link
Contributor

@paddycarver paddycarver commented Nov 2, 2016

In #8502 it was requested that we add support for the EnableSNI
parameter of Route53's health checks; this enables customers to
manually specify whether or not the health check will use SNI when
communicating with the endpoint.

The reporter originally requested we default to false. While
implementing the issue, I discovered that when creating health
checks with a Type set to HTTP, Amazon's default value for EnableSNI
is false. However, when creating health checks with a Type set to
HTTPS, Amazon's default value is true. So rather than setting a
default value, I made the attribute computed.

In #8502 it was requested that we add support for the EnableSNI
parameter of Route53's health checks; this enables customers to
manually specify whether or not the health check will use SNI when
communicating with the endpoint.

The customer originally requested we default to `false`. While
implementing the issue, I discovered that when creating health
checks with a Type set to HTTP, Amazon's default value for EnableSNI
is `false`. However, when creating health checks with a Type set to
HTTPS, Amazon's default value is `true`. So rather than setting a
default value, I made the attribute computed.
Now that we've added an `enable_sni` attribute to the Route53
health checks, add it to the health check documentation page so
users know about it.
@jen20 jen20 merged commit 5499931 into master Nov 3, 2016
@jen20
Copy link
Contributor

jen20 commented Nov 3, 2016

Great work @paddyforan!!

terraformbot pushed a commit that referenced this pull request Nov 3, 2016
[origin/master] Merge pull request #9822 from hashicorp/paddy_8502_sni
5499931
terraformbot pushed a commit that referenced this pull request Nov 3, 2016
[origin/master] Merge pull request #9822 from hashicorp/paddy_8502_sni
5499931
@stack72 stack72 deleted the paddy_8502_sni branch December 12, 2016 15:01
@ghost
Copy link

ghost commented Apr 18, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants